I have web application for mobile and I need to lock the app after one year from using it for each customer, how I do that ?
thanks
Lock web mobile application after one year for example?
184717-Nov-2014
Updated on 17-Nov-2014
Home / DeveloperSection / Forums / Lock web mobile application after one year for example?
Elena Glibart
17-Nov-2014you can do that by :
set date variable in code.
compare it with the date in a customer device if less than one year
lock app
BR,